Parallel Model Simplification of Very Large Polygonal Meshes
نویسندگان
چکیده
Working with polygonal models that contain tens of millions of polygons or more is difficult because such models tend not to fit into the core memory of a typical workstation. Even models of only a few million polygons are too large. A typical workstation has a gigabyte of memory, but these large models require an order of magnitude more. Rendering and other manipulations of polygonal models often requires that they be completely contained in memory. Even with large amounts of swap the processing tools will page fault, which severely increases the computation time. So, to handle large models the algorithms must be parallelized and the data distributed across a number of processors. One such class of algorithms is mesh simplification. Given R-Simp, a sequential model simplification algorithm, we derive a parallel implementation (PR-Simp). Our results show that very large models can be simplified with minimal degradation to model quality due to the partitioning of the data. Other advantages of PR-Simp include good speedup and scalability. Despite inherent difficulties of parallelizing mesh simplification algorithms without degradation of output quality, we believe that PR-Simp is a step in the right direction.
منابع مشابه
Scalable rendering for very large meshes
In this paper, we present a novel approach for rendering of very large polygonal meshes consisting of several hundred million triangles. Our technique uses the rasterizer exclusively to allow for high-quality, anti-aliased rendering and takes advantage of a compact, voxel-based level-of-detail simplification. We show how our approach unifies streaming, occlusion culling, and level-of-detail int...
متن کاملPolygonal Mesh Simplification with Face Color and Boundary Edge Preservation Using Quadric Error Metric
In the applications such as scientific and medical visualization, highly detailed polygonal meshes are needed. Rendering these polygonal meshes usually exceeds the capabilities of graphics hardware. To improve rendering efficiency and maintain proper interactivity, the polygonal mesh simplification technique is commonly used to reduce the number of polygons of the mesh and to construct the mult...
متن کاملMesh Simplification Using Four-Face Clusters
In this paper we introduce a new algorithm for simplification of polygonal meshes. It generates a variable resolution structure called hierarchical 4-K mesh. This structure is a powerful representation for non-uniform level of detail that, among other things, allows simple and efficient extraction of conforming meshes.
متن کاملQuadric-Based Polygonal Surface Simplification
Many applications in computer graphics and related fields can benefit from automatic simplification of complex polygonal surface models. Applications are often confronted with either very densely over-sampled surfaces or models too complex for the limited available hardware capacity. An effective algorithm for rapidly producing high-quality approximations of the original model is a valuable too...
متن کاملCompletely Adaptive Simplification of Massive Meshes
The growing availability of massive models and the inability of most existing visualization tools to work with them requires efficient new methods for massive mesh simplification. In this paper, we present a completely adaptive, virtual memory based simplification algorithm for large polygonal datasets. The algorithm is an enhancement of RSimp [2], enabling out of core simplification without re...
متن کامل